home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / ISP / 00014_GotoCase.ls < prev    next >
Encoding:
Text File  |  2000-09-26  |  173 b   |  14 lines

  1. on mouseWithin
  2.   cursor(280)
  3.   member("TitleCase").foreColor = 70
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(0)
  8.   member("TitleCase").foreColor = 255
  9. end
  10.  
  11. on mouseDown
  12.   go(1, "Case")
  13. end
  14.